GET Transaction history
Retrieve transaction history for a user
Query parameters
from_addressstringRequiredPattern:
Address of the user requesting the transaction history
^0x[a-fA-F0-9]{40}$src_chain_idstringRequired
Chain ID of the source/bridge-out chain. Note this is different from the src_chain parameter in /bridge/firm-quote which is the network name.
offsetstringOptional
Pagination offset. Default is 0.
page_sizestringOptional
Number of transactions to return per page.
Header parameters
api_keystringRequired
The API key that was assigned to you by Native
Responses
200
Successful response containing transaction history
application/json
get
/swap-api-v2/v1/bridge/tx-history200
Successful response containing transaction history
Last updated