curl --location --request GET '/limits?network' \
--header 'x-api-key;'
{
"concurrentSpends": {
"limit": 10,
"currentValue": 5
},
"monthlyMojos": {
"limit": 10,
"currentValue": 5
},
"coinAnnouncementAssertions": {
"limit": 10,
"currentValue": 5
},
"puzzleAnnouncementAssertions": {
"limit": 10,
"currentValue": 5
},
"pendingSpendExpirySeconds": {
"limit": 10,
"currentValue": 5
}
}