Type aliases
AddressBalance
AddressBalance: { address: string; chain_id: number; items: Array<any>; next_update_at: string; quote_currency: string; updated_at: string }
Type declaration
-
address: string
-
chain_id: number
-
items: Array<any>
-
next_update_at: string
-
quote_currency: string
-
updated_at: string
BlockHeight
BlockHeight: { endingBlock: number | "latest"; startingBlock: number }
Type declaration
-
endingBlock: number | "latest"
-
startingBlock: number
ERR_BAD_REQUEST
ERR_BAD_REQUEST: 400
ERR_NOT_FOUND
ERR_NOT_FOUND: 404
ERR_TOO_MANY_REQUESTS
ERR_TOO_MANY_REQUESTS: 429
ERR_UNAUTHORIZED
ERR_UNAUTHORIZED: 401
ErrorResponse
Error
Response: { error: boolean; error_code: ERROR_CODE } | Error
MethodCall
MethodCall: { method: string; sender_address: string }
Type declaration
-
method: string
-
sender_address: string
SDKConfig
SDKConfig: { apiKey: string; apiV1Url: string }
Type declaration
-
apiKey: string
-
apiV1Url: string
SERVER_ERRORS
SERVER_ERRORS: 500 | 502 | 503
Transaction
Transaction
: { block_height
: number; block_signed_at
: string; fees_paid
: number; from_address
: string; from_address_label
: string; gas_offered
: number; gas_price
: number; gas_quote
: number; gas_quote_rate
: number; gas_spent
: number; successful
: number; to_address
: string; to_address_label
: string; transfers
: Array<Transfer>; tx_hash
: string; tx_offest
: number; value
: number; value_quote
: number }
Type declaration
-
block_height: number
-
block_signed_at: string
-
fees_paid: number
-
from_address: string
-
from_address_label: string
-
gas_offered: number
-
gas_price: number
-
gas_quote: number
-
gas_quote_rate: number
-
gas_spent: number
-
successful: number
-
to_address: string
-
to_address_label: string
-
transfers: Array<Transfer>
-
tx_hash: string
-
tx_offest: number
-
value: number
-
value_quote: number
Optional pagination
pagination: undefined | number
updated_at
updated_at: string
Transfer
Transfer
: { balance
: number; balance_quote
: number; block_signed_at
: string; contract_address
: string; contract_decimals
: number; contract_name
: string; contract_ticker_symbol
: string; delta
: number; delta_quote
: number; from_address
: string; from_address_label
: string; logo_url
: string; method_calls
?: Array<MethodCall>; quote_rate
: number; to_address
: string; to_address_label
: string; transfer_type
: string; tx_hash
: string }
Type declaration
-
balance: number
-
balance_quote: number
-
block_signed_at: string
-
contract_address: string
-
contract_decimals: number
-
contract_name: string
-
contract_ticker_symbol: string
-
delta: number
-
delta_quote: number
-
from_address: string
-
from_address_label: string
-
logo_url: string
-
Optional method_calls?: Array<MethodCall>
-
quote_rate: number
-
to_address: string
-
to_address_label: string
-
transfer_type: string
-
tx_hash: string