For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get persistent deposit status

get

Returns deposits for a persistent deposit address in a unified shape. type selects the source and status filter: received, success, failed. address is a deposit address returned by this API; the chain is resolved from the stored record.

Path parameters
apiKeystringRequired

API key generated at https://studio.aurora.dev

Query parameters
typestring · enumRequired

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.
Example: receivedPossible values:
addressstring · min: 1Required

A deposit address returned by this API. The chain is resolved internally from the stored record.

Example: 0x52313d9a69FcBBec97Fa93226EB6b879Bf089bB9
limitinteger · max: 9007199254740991Optional

Max deposits to return per page (POA pagination, received).

Example: 20
offsetinteger · max: 9007199254740991Optional

Number of deposits to skip (POA pagination, received).

Example: 0
Responses
200

Deposits in a unified shape

application/json

Deposits in a unified shape

get/api/persistent-deposit-status/{apiKey}

Last updated