Creating a cross-chain translation
The method allows you to create a cross-chain transfer. Cross-chain transfer allows you to transfer your assets from one network to another
Creating a cross-chain translation
POSThttps://app.apollopayment.io/api-gateway/bridge/create
Header parameters
Body
advancedBalanceId*string
Identifier of the advance balance specified when creating the commission token
"97ed074e-f6ce-441f-a1eb-1e3211e15f3f"
clientIdstring
Unique transaction identifier in the merchant system, to prevent duplication of creation
"merchant_unique_id"
addressFromId*string
Identifier of the outgoing address in the system, in the specified coin and network when creating the commission token. The specified amount will be debited from this address
"d479f3e4-8671-4028-9dee-0f0cdaea463d"
addressToId*string
Identifier of the destination address in the system where the coins should be delivered
"f6211467-5322-49c4-9206-13bcfda87268"
feeToken*string
Commission Token
"U2FsdGVkX1+ozqJO+xwuNpaUUwZCWExEe1UMME4ck6w/dSUEZW02gmNlHZxi3YDl7Xir8zY3SvHzz6YtK3YhBZJM6vO+eTa7zkUtwNtxRf52gV9J5wfKPQipvwXN+dkiveumH62q6GAfGn9YSyKbY17ybABxKvSEY8B1GXbjglHeaRzqPRwN7NOzl0ChU27WMeBEegQXy98hTJ2A8Kvbjers2pHWUntmNJJSS7wIr6g="
webhookUrlstring
URL address for operation status notification
"https://merchant.domain/webhooks/bridge"
Response
Body
success*boolean
Request success indicator
response*BridgeResponse (object)
Response body of receiving data of cross-chain transfer operation
Request
Response
Last updated