GET Transaction history

/bridge/tx-history

get

Retrieve transaction history for a user

Query parameters
from_addressstringRequired

Address of the user requesting the transaction history

Pattern: ^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-history
200

Successful response containing transaction history

Last updated