Skip to main content
GET
Search for a bank account
Resolves a single bank account, in either direction:
  • By address — you saw a deposit land on an address and want to know which bank account it belongs to.
  • By accountNumber — you have the account number and want the address that pays it.
Pass at least one of the two. Passing neither is a 400; matching nothing is a 404.
This is a lookup, not a registration. An account that has never been through POST /pub/v2/bank-account will not be found here, even if the account number is real.

Authorizations

x-api-key
string
header
required

Query Parameters

address
string

Bank account on-chain address

Example:

"FsXpXq8wVTM13NDXxrf2X6PpgJWg9jCxRVuHhtfnojUa"

accountNumber
string

User's bank account number

Example:

"0025635480"

Response

The matching bank account

id
string
required

id

Example:

"someRANDOMid"

accountName
string
required

User's bank acount name

Example:

"John Doe"

accountNumber
string
required

User's bank account number

Example:

"0025635480"

bank
string
required

Bank name

Example:

"First Bank"

address
string
required

Bank Account Address

Example:

"FsXpXq8wVTM13NDXxrf2X6PpgJWg9jCxRVuHhtfnojUa"