{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Wallet",
"title": "Wallet",
"type": "object",
"description": "A Moov digital wallet that holds funds on the platform for an account. Wallets serve as intermediate stores of value for money movement.",
"properties": {
"walletID": {
"type": "string",
"format": "uuid",
"description": "Unique identifier for the wallet."
},
"availableBalance": {
"$ref": "#/components/schemas/Amount"
},
"createdOn": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the wallet was created."
},
"updatedOn": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the wallet was last updated."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.