Create transfer
Transfers
Create transfer
Move USDC between Docent venues.
POST
Create transfer
SendDocumentation Index
Fetch the complete documentation index at: https://docs.trydocent.com/llms.txt
Use this file to discover all available pages before exploring further.
amount as a USDC decimal string with up to 6 decimals, such as "1.25".
Cross-chain or cross-bucket transfers must be at least $1.00. Internal Hyperliquid spot-to-perpetuals transfers are exempt.
Poll GET /v1/transfers?transferId=... to track status.Authorizations
API key in the format dk_live_.... Pass as Authorization: Bearer dk_live_...
Body
application/json
Source venue ID
Available options:
evm, polymarket_safe, hypercore_spot, hypercore_perps Destination venue ID
Available options:
evm, polymarket_safe, hypercore_spot, hypercore_perps Amount in USDC as a decimal string with up to 6 decimals
Pattern:
^(?:\d+(?:\.\d{0,6})?|\.\d{1,6})$Example:
"1.25"