Skip to main content
GET
Get Crypto Transaction

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

account_id
string
required

The ID of the account.

transaction_id
string
required

The ID returned when you created the transfer, or the transaction ID of an incoming deposit as List Transactions reports it.

Response

Successful Response

id
string
required
amount
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
direction
enum<string>
required

Whether the money moved into this account (inbound) or out of it (outbound). Inbound transfers were sent to you by someone else, so they have no counterparty you configured.

Available options:
inbound,
outbound
destination_address
string
required
destination_payment_rail
enum<string>
required
Available options:
arbitrum,
avalanche_c_chain,
base,
ethereum,
optimism,
polygon,
solana,
stellar,
sui,
tempo,
tron,
xdc,
ach,
ach_push,
ach_same_day,
fednow,
wire
destination_tx_hash
string | null

On-chain hash of the transfer we sent. Set on outbound transactions once they settle.

destination_address_nickname
string | null
source_address
string | null

On-chain address the funds were sent from. Set on inbound deposits, so you can match a deposit to whoever sent it.

source_tx_hash
string | null

On-chain hash of the deposit. Set on inbound deposits.