[Create] Permanent Route Address
post
/v0/customers/{customer_id}/cross-chain-transfer/permanent-route-address
Path parameters
customer_idstring · uuidrequired
The unique identifier of the customer
Header parameters
Authorizationstringrequired
Token for authentication
Body
destination_networkstring · enumrequired
The blockchain network for the destination
Options:
polygon
, ethereum
destination_tokenstring · enumrequired
The token for the destination.<br> <strong>Note:</strong> Base network only supports <strong>usdc</strong>, while Tron network only supports <strong>usdt</strong>
Options:
usdc
, usdt
destination_addressstringrequired
The blockchain address where the funds will be sent
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated