Get persistent deposit status
get
Path parameters
apiKeystringRequired
API key generated at https://studio.aurora.dev
Query parameters
typestring · enumRequiredExample:
Which deposits to return:
received— deposits that reached the Intents account.success— completed outbound withdrawals to the recipient.failed— failed outbound withdrawals to the recipient.
receivedPossible values: addressstring · min: 1RequiredExample:
A deposit address returned by this API. The chain is resolved internally from the stored record.
0x52313d9a69FcBBec97Fa93226EB6b879Bf089bB9limitinteger · max: 9007199254740991OptionalExample:
Max deposits to return per page (POA pagination, received).
20offsetinteger · max: 9007199254740991OptionalExample:
Number of deposits to skip (POA pagination, received).
0Responses
200
Deposits in a unified shape
application/json
Deposits in a unified shape
400
Default Response
application/json
404
Application key is not assigned or no record exists for the given address
application/json
500
Internal Server Error - Failed to reach an upstream service
application/json
get/api/persistent-deposit-status/{apiKey}
Last updated
