Get transfer
Transfers
Get transfer
Check the status of a transfer by ID.
GET
Get transfer
Use this endpoint to poll a transfer after you create it withDocumentation Index
Fetch the complete documentation index at: https://docs.trydocent.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/transfers.
Pass the transferId query parameter from the create response. The response includes both amount as a decimal USDC string and amountBaseUnits as the exact 6-decimal base-unit string.Authorizations
API key in the format dk_live_.... Pass as Authorization: Bearer dk_live_...
Query Parameters
Transfer ID returned by POST /v1/transfers
Response
Transfer status
Available options:
evm, polymarket_safe, hypercore_spot, hypercore_perps Available options:
evm, polymarket_safe, hypercore_spot, hypercore_perps Resolved source chain when the transfer path uses one
Available options:
arbitrum, polygon Amount as a decimal USDC string
Example:
"1.25"
Amount as the exact 6-decimal base-unit string
Example:
"1250000"
Available options:
processing, completed, failed Available options:
user, auto Provider-specific execution details for debugging and status reporting