Not sure what you mean by cart attribute, but the full response to the API GET /admin/orders/{id}.json call is listed at https://docs.shopify.com/api/order#show and as you can see
params["order"]["cart_token"]
gets you the cart token associated with the order.
Never used the Order API or the cart token, but maybe this is the cart attribute you mean?