Successful Transactions
Get a list of all successful transactions - don't hesitate to reach out for additional support at support@bindpay.xyz
Endpoint
Headers
Content-Type
application/json
The content type of the request
x-api-key
Your API key
Your unique API key for authentication
Query Parameters
None required. The API will return all successful transactions associated with your API key.
Notes
Returns all completed transactions for your business or specific subpayee
Transactions are sorted by creation date (newest first)
Results include both direct transfers and cross-chain swaps
For subpayee API keys, only transactions related to that specific subpayee are returned
Example Request
Response
The API will respond with a JSON array containing the transaction details.
Successful Response
Response Fields
id
string
Unique transaction identifier
fromChain
string
Source blockchain chain ID
toChain
string
Destination blockchain chain ID
fromToken
string
Source token address
toToken
string
Destination token address
fromAmount
string
Original amount in token decimals
toAmount
string
Received amount in token decimals
usdAmount
number
Transaction value in USD
fromAddress
string
Source wallet address
toAddress
string
Destination wallet address
type
string
Transaction type (Quote Provider)
fee
string
Fee amount in token decimals
createdAt
string
Transaction creation timestamp
sourceTransactionHash
string
Hash of the source transaction
destinationTransactionHash
string
Hash of the destination transaction
sourceAmount
string
Actual sent amount
destinationAmount
string
Actual received amount
Status Codes
200
Success
Request successful
400
Bad Request
API key is missing
404
Not Found
Business not found
429
Too Many Requests
Rate limit exceeded
500
Internal Server Error
Server error
Error Handling
Missing API key will return a 400 error
Invalid API key will return a 404 error
Rate limit exceeded will return a 429 error
Server errors will return a 500 error with details
For more information on error handling and response codes, please get in contact with support@bindpay.xyz.
Last updated