userFunding

post
/info

Request array of user funding ledger updates.

Body

Request array of user funding ledger updates.

typeundefined · enumRequired

Type of request.

Possible values:
userstring · min: 42 · max: 42Required

User address.

Pattern: ^0[xX][0-9a-fA-F]+$
startTimeany ofOptional

Start time (in ms since epoch).

number · nullableOptional

Start time (in ms since epoch).

endTimeany ofOptional

End time (in ms since epoch).

number · nullableOptional

End time (in ms since epoch).

Responses
chevron-right
200

Array of user funding ledger updates.

application/json

Array of user funding ledger updates.

timenumberRequired

Timestamp of the update (in ms since epoch).

hashstringRequired

L1 transaction hash.

Pattern: ^0x[a-fA-F0-9]{64}$
post
/info
TypeScript

Last updated