{
"opencollection": "1.0.0",
"info": {
"name": "Endpoints Accounts API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "Accounts",
"type": "folder"
},
"items": [
{
"info": {
"name": "List Accounts",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.agora.finance/v0/accounts",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "cursor",
"value": "",
"type": "query"
},
{
"name": "limit",
"value": "",
"type": "query"
}
]
},
"docs": "\n The endpoints exposed here are currently in **Beta**! As we continue to build our initial offering, these endpoints may implement breaking changes. Be sure to check back for our change log regularly as a precaution.\n\n\nList every account registered to the authenticated organization. An account is either a bank account (fiat source/destination) or a blockchain wallet (on-chain source/destination); both appear in the same paginated list, distinguished by the `"
},
{
"info": {
"name": "Register an Account",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.agora.finance/v0/accounts",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "\n The endpoints exposed here are currently in **Beta**! As we continue to build our initial offering, these endpoints may implement breaking changes. Be sure to check back for our change log regularly as a precaution.\n\n\nRegister a customer-owned account under the authenticated organization. Set `kind` to `wallet` to register a blockchain address (supply the `networks` it should be registered on; EVM hex is normalized to lowercase, Solana base58 is kept verbat"
},
{
"info": {
"name": "Update an Account",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.agora.finance/v0/accounts/:accountId",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "accountId",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "\n The endpoints exposed here are currently in **Beta**! As we continue to build our initial offering, these endpoints may implement breaking changes. Be sure to check back for our change log regularly as a precaution.\n\n\nApply a single change to an existing account, selected by `operation`:\n\n- **`setName`**: rename a wallet or bank account (send `name`).\n- **`addNetwork`**: register an existing wallet on an additional `network`, which starts a new `mint` entit"
}
]
}
],
"bundled": true
}