Read Wallet Details
To read the details of a wallet send, a GET request to the /wallet/<wallet_name>
endpoint.
Read wallet details
GET
https://api.playfix.io/wallet/<wallet_name>
Path Parameters
Name
Type
Description
wallet_name*
String
Name of the wallet to update. This should be the value of name
from a previously created wallet. It begins with "wallets/
" followed by a ULID.
Headers
Name
Type
Description
Authorization*
String
Bearer <your_access_token>
Example cURL Call
Example Python API Call
Response
The response fields are the same as in the wallet creation process.
Last updated