Transfers

GetBankTransfers InjectiveExplorerRPC

get

GetBankTransfers returns bank transfers.

Query parameters
sendersstring[]Optional

Transfer sender address

Example: ["inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r"]
recipientsstring[]Optional

Transfer recipient address

Example: ["inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r"]
addressstring[]Optional

Transfers where either the sender or the recipient is one of the addresses

Example: ["inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r"]
is_community_pool_relatedbooleanOptional

Returns transfers with the community pool address as either sender or recipient

Example: false
limitinteger · int64OptionalExample: 504556891574602000
skipintegerOptionalExample: 8159255340417852000
start_timeinteger · int64Optional

The starting timestamp in UNIX milliseconds that the transfers must be equal or older than

Example: 1645579770
end_timeinteger · int64Optional

The ending timestamp in UNIX milliseconds that the transfers must be equal or younger than

Example: 1645579787
perPageinteger · int64OptionalExample: 6392432660923531000
tokenstringOptionalExample: Sit illo ut eveniet et fugit.
Responses
application/json
objectOptionalExample: {"data":[{"amounts":[{"amount":"1000000000000000000","denom":"USDT"},{"amount":"1000000000000000000","denom":"USDT"},{"amount":"1000000000000000000","denom":"USDT"}],"block_number":17037298539288523000,"block_timestamp":"2015-04-01T14:39:55Z","recipient":"Voluptatem qui tempore sunt.","sender":"Molestias impedit."},{"amounts":[{"amount":"1000000000000000000","denom":"USDT"},{"amount":"1000000000000000000","denom":"USDT"},{"amount":"1000000000000000000","denom":"USDT"}],"block_number":17037298539288523000,"block_timestamp":"2015-04-01T14:39:55Z","recipient":"Voluptatem qui tempore sunt.","sender":"Molestias impedit."}],"paging":{"countBySubaccount":3144167030999342600,"from":1916499695,"next":["Ea rerum.","Aut dolorem cum voluptas quae.","Voluptas repellendus qui ipsam est."],"to":391437627,"total":7364854934794692000}}
get
GET /api/explorer/v1/bank/transfers HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
  "data": [
    {
      "amounts": [
        {
          "amount": "1000000000000000000",
          "denom": "USDT"
        },
        {
          "amount": "1000000000000000000",
          "denom": "USDT"
        },
        {
          "amount": "1000000000000000000",
          "denom": "USDT"
        }
      ],
      "block_number": 17037298539288523000,
      "block_timestamp": "2015-04-01T14:39:55Z",
      "recipient": "Voluptatem qui tempore sunt.",
      "sender": "Molestias impedit."
    },
    {
      "amounts": [
        {
          "amount": "1000000000000000000",
          "denom": "USDT"
        },
        {
          "amount": "1000000000000000000",
          "denom": "USDT"
        },
        {
          "amount": "1000000000000000000",
          "denom": "USDT"
        }
      ],
      "block_number": 17037298539288523000,
      "block_timestamp": "2015-04-01T14:39:55Z",
      "recipient": "Voluptatem qui tempore sunt.",
      "sender": "Molestias impedit."
    }
  ],
  "paging": {
    "countBySubaccount": 3144167030999342600,
    "from": 1916499695,
    "next": [
      "Ea rerum.",
      "Aut dolorem cum voluptas quae.",
      "Voluptas repellendus qui ipsam est."
    ],
    "to": 391437627,
    "total": 7364854934794692000
  }
}