Transactions
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
chainKeystringOptional
walletIdstringOptional
projectIdstringOptional
typestring · enumOptionalPossible values:
statusstring · enumOptionalPossible values:
cursorstringOptional
limitinteger · min: 1 · max: 200OptionalDefault:
50Responses
200
Transactions list
application/json
get
/v1/transactions200
Transactions list
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
chainKeystringRequiredExample:
Which chain to execute/settle this transfer on.
ton-mainnetprojectIdstring | nullableOptional
fromWalletIdstringRequired
toWalletIdstringRequired
currencyCodestringRequiredExample:
GOLDamountstringRequiredExample:
10.00idempotencyKeystring | nullableOptional
memostring | nullableOptional
Responses
201
Transfer initiated
application/json
post
/v1/transactions/transfer201
Transfer initiated
Optional module if Sverse provides bridging. If not, keep it disabled in MVP.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
fromChainKeystringRequiredExample:
eth-mainnettoChainKeystringRequiredExample:
ton-mainnetfromWalletIdstringRequired
toWalletIdstringRequired
idempotencyKeystring | nullableOptional
Responses
201
Bridge initiated
application/json
post
/v1/transactions/bridge201
Bridge initiated
Last updated