Skip to main content
POST
userNonFundingLedgerUpdates

Authorizations

X-API-KEY
string
header
required

API key to access the API (Optional)

Query Parameters

chainId
enum<number>
default:999
required

Unique identifier for a blockchain network.

Available options:
999,
998
Example:

999

provider
enum<string>

Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)

Available options:
Dwellir,
Chainstack,
Covalent

Body

application/json
type
enum<string>
default:userNonFundingLedgerUpdates
required
Available options:
userNonFundingLedgerUpdates
Example:

"userNonFundingLedgerUpdates"

user
string
required

The account address to query (0x-prefixed).

Example:

"0x000000000000000000000000000000000000dEaD"

startTime
number
required

Inclusive start time, epoch milliseconds.

Example:

1704067200000

endTime
number

Optional exclusive end time, epoch milliseconds. Defaults to now.

Example:

1706745600000

Response

200 - application/json

Successful response.

time
number
required
Example:

1718987058770

hash
string
required
Example:

"0x96557e1c0d321f8ad2f7040bffc7c401fb0042accdb690bd9de86bacbc8b9406"

delta
object
required

The update payload. The type field discriminates the variant (e.g. deposit, spotTransfer, spotGenesis); remaining fields depend on that variant.

Example: