Credit
Get operator status for an account
Returns the current operator address and list of whitelisted credit receivers.
get/credit/v2/accounts/{account}/assets/{asset}/operator
Path parameters
accountstring required
User account address
assetstring required
Credit asset symbol (e.g. usdc, eure)
Response
Operator status
Example response
{
"data": {
"operator": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18",
"receivers": [
"0xAbCdEf1234567890AbCdEf1234567890AbCdEf12"
]
}
}