Skip to main content
POST
/
transactions
/
deposit-address
/
reindex
cURL
curl --request POST \
  --url https://api.relay.link/transactions/deposit-address/reindex \
  --header 'Content-Type: application/json' \
  --data '
{
  "chainId": 123,
  "depositAddress": "<string>"
}
'
{
  "message": "<string>",
  "triggeredCurrencies": [
    {
      "currency": "<string>",
      "symbol": "<string>",
      "balance": "<string>"
    }
  ],
  "checkedCurrencies": 123,
  "failedCurrencies": 123
}

Body

application/json
chainId
number
required
depositAddress
string
required

Response

Default Response

message
string
triggeredCurrencies
object[]
checkedCurrencies
number
failedCurrencies
number