Skip to main content
GET
List Swap Transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

transactionId
string

The unique identifier of the transaction

Example:

"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"

walletId
string

The unique identifier of the wallet

Example:

"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"

userId
string

The unique identifier of the user

Example:

"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"

accountId
string

The unique identifier of the account

Example:

"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"

txHash
string

The transaction hash

Example:

"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"

status
string

The status of the transaction

Example:

"ethereum"

amount
string

The amount of the origin token

Example:

1

fromToken
string

The origin token

Example:

"ethereum"

fromChain
string

The origin chain

Example:

"ethereum"

toToken
string

The destination token

Example:

"ethereum"

toChain
string

The destination chain

Example:

"ethereum"

toAddress
string

The destination address

Example:

"0x123"

Response

success
boolean
required
Example:

true

data
object[]
required
totalPage
number
required
pageNo
number
required
pageLimit
number
required