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 }
Reindex transactions for a deposit address
Default Response
Show child attributes
Was this page helpful?