Skip to main content

Address txs

GET /addresses/:address/txs
deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Transactions on the address.

Request

Path Parameters

    address string required

    Bech32 address.

    Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz

Query Parameters

    count integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The number of transactions per page.

    page integer

    Possible values: >= 1 and <= 21474836

    Default value: 1

    The page number for listing the results.

    order string

    Possible values: [asc, desc]

    Default value: asc

    The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Responses

Return the address content


Schema
  • Array [
  • string

    Hash of the transaction

  • ]
Loading...