cAssetLimits
Returns Counterparty limits by asset snapshot
{}[
[
1, // Counterparty id
"BTC", // Asset name
100000000, // Long position limit, may be null
200000000, // Short position limit, may be null
"BTC", // Limit currency
null, // CP's long position limit, may be null
null, // CP's short position limit, may be null
null, // CP's gross limit currency
],
[
1, // Counterparty id
"USD", // Asset name
15000000000, // Long position limit, may be null
20000000000, // Short position limit, may be null
"EUR", // Limit currency
12000000000, // CP's long position limit, may be null
null, // CP's short position limit, may be null
null, // CP's gross limit currency
],
[
2, // Counterparty id
"BTC", // Asset name
100000000, // Long position limit, may be null
0, // Short position limit, may be null
"BTC", // Limit currency
15000000000, // CP's long position limit, may be null
15000000000, // CP's short position limit, may be null
"USD", // CP's gross limit currency
]
]Field name
Type
Description
Field name
Type
Description
Last updated